Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / StructList<T> Class / ToArray Method

In This Topic
    ToArray Method (StructList<T>)
    In This Topic
    Copies the elements of the StructList<T> to a new array.
    Syntax
    'Declaration
     
    Public Function ToArray() As T()
    public T[] ToArray()

    Return Value

    An array containing copies of the elements of the StructList<T>.
    See Also